dependencies

Description#

This page contains information about dependencies.

Columns#

NameTypeDescription
idINTEGERThe unique primary key of the dependency in the Libraries.io database.
platformSTRINGThe name of the Package manager the dependency is available on.
project_nameSTRINGThe name of the project the dependency belongs to.
project_idINTEGERThe unique primary key of the project for this dependency in the Libraries.io database.
version_numberSTRINGThe number of the version that the dependency belongs to.
version_idINTEGERThe unique primary key of the version for this dependency in the Libraries.io database.
dependency_nameSTRINGThe name of the project that the dependency specifies.
dependency_platformSTRINGThe name of the package manager that the project that the dependency specifies is available from (only different for Atom).
dependency_kindSTRINGThe type of dependency, often declared for the phase of usage, e.g. runtime, test, development, build.
optional_dependencySTRINGIs the dependency optional?.
dependency_requirementsSTRINGThe version or range of versions that the dependency specifies, resolution of that to a particular version is package manager specific.
dependency_project_idINTEGERThe unique primary key of the project for this dependency in the Libraries.io database.